regexp.lazyFlag.match (method)

5 uses

	regexp (current package)
		backtrack.go#L261: 			if !flag.match(syntax.EmptyOp(inst.Arg)) {
		exec.go#L128: func (f lazyFlag) match(op syntax.EmptyOp) bool {
		exec.go#L344: 		if cond.match(syntax.EmptyOp(i.Arg)) {
		exec.go#L432: 	if pos == 0 && flag.match(syntax.EmptyOp(inst.Arg)) &&
		exec.go#L480: 			if !flag.match(syntax.EmptyOp(inst.Arg)) {